home *** CD-ROM | disk | FTP | other *** search
/ Wonky Flux Batch 2019 02 / Wonky_Flux_Batch_2019-02.zip / Wonky Flux Batch 2019-02 / 106 - Proboard KEY Floppy - Must be in Drive 1.dsk / TEMP.S < prev    next >
Text File  |  2019-02-17  |  855b  |  28 lines

  1.           
  2.                          ; Temp.s
  3.                          ; by jpe May 5th, 1990 @ 4:37 PM
  4.           
  5.           on nocar goto duh
  6.           
  7. Hello
  8.           modem(1):close:poke 35,24:text:home
  9.           create"a:d":open#1,"a:d":input#1,x:close
  10.           print @20,12"Now "x" Potential Users Have Been Notified."
  11.           modem(0):print chr$(12):tone(100,50):tone(125,50):tone(150,50)
  12.           print\\\\\\\'This BBS is temporarily out of service due to lack of interest.'
  13.           print\'If you would like to see it revived send $10 to:'
  14.           print'
  15.           
  16. ProBOARD
  17. PO        Box 3301
  18. Paso      Robles, CA  93447'\
  19.           
  20.           print\\\'Thanks for calling!'
  21.           
  22. Duh
  23.           print\\\\\\'Press return to Disconnect ';:geti$
  24.           x=x+1:open#1,"a:d":print#1,x:goto hello
  25.           
  26.                          ; EOF
  27.  
  28.